- bucket storage
- 桶式存储(器)
English-Chinese computer dictionary (英汉计算机词汇大词典). 2013.
English-Chinese computer dictionary (英汉计算机词汇大词典). 2013.
Bucket sort — Bucket sort, or bin sort, is a sorting algorithm that works by partitioning an array into a number of buckets. Each bucket is then sorted individually, either using a different sorting algorithm, or by recursively applying the bucket sorting… … Wikipedia
Mop bucket cart — A mop bucket cart (or mop trolley) is a wheeled bucket that allows user to wring out a wet mop without getting the hands dirty. The cart has two buckets with the upper one usually clipped onto the lower.[1] The upper bucket is used to place wet… … Wikipedia
Amazon S3 — (Simple Storage Service) is an online storage web service offered by Amazon Web Services. Amazon S3 provides unlimited storage through a simple web services interface. Amazon launched S3, its first publicly available web service, in the United… … Wikipedia
Hash table — Not to be confused with Hash list or Hash tree. Unordered map redirects here. For the proposed C++ class, see unordered map (C++). Hash Table Type unsorted dictionary Invented 1953 Time complexity in big O notation Average Worst case Space … Wikipedia
Radix sort — In computer science, radix sort is a sorting algorithm that sorts integers by processing individual digits. Because integers can represent strings of characters (e.g., names or dates) and specially formatted floating point numbers, radix sort is… … Wikipedia
Dairy — For other uses, see Dairy (disambiguation). A dairy farm near Oxford, New York in the United States. A dairy is a business enterprise established for the harvesting of animal milk mostly from cows or goats, but also from buffalo, sheep, horses or … Wikipedia
Toolbox — A toolbox (also called tool chest or workbox) varies with the craft of the owner. The purpose of the toolbox is to organize, carry, and protect the owner s tools used for trade, hobby or DIY.Types of ToolboxesModern toolboxes are predominantly… … Wikipedia
Dairy farming — Dairy farm redirects here. For the retail company in Asia, see Dairy Farm International Holdings. A rotary milking parlor in an industrial dairy facility, located in Germany Dairy farming is a class of agricultural, or an animal husbandry,… … Wikipedia
Pontiac Grand Prix — Infobox Automobile name=Pontiac Grand Prix manufacturer=General Motors production=1962–2008 class=Personal luxury car (1962 1987) Mid size (1988 2008) successor=Pontiac G8 (US Canada) Pontiac G6 (Mexico)The Pontiac Grand Prix was an automobile… … Wikipedia
Baler — This article describes the farm machinery. For the municipality in Aurora, Philippines, see Baler, Aurora. A baler is a piece of farm machinery that is used to compress a cut and raked crop (such as hay or straw) into bales and bind the bales… … Wikipedia
B+ tree — In computer science, a B+ tree is a type of tree which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records, each of which is identified by a key . It is a dynamic, multilevel index, with maximum… … Wikipedia